home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / database / dbfstuf.zip / DSTUFF.TXT < prev   
Text File  |  1993-01-04  |  33KB  |  632 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                       DSTUFF - The Colorful Information Package                      DSTUFF - The Colorful Information Package                      DSTUFF - The Colorful Information Package
  22.                             Version 3.4  October 22, 1988                            Version 3.4  October 22, 1988                            Version 3.4  October 22, 1988
  23.  
  24.                                  Richard A. Nichols                                 Richard A. Nichols                                 Richard A. Nichols
  25.                               TOADWare Software Systems                              TOADWare Software Systems                              TOADWare Software Systems
  26.                                  6005 Woodside Drive                                 6005 Woodside Drive                                 6005 Woodside Drive
  27.                                  Rocklin, Ca. 95677                                 Rocklin, Ca. 95677                                 Rocklin, Ca. 95677
  28.  
  29.  
  30.                               --- Shareware Version ---                              --- Shareware Version ---                              --- Shareware Version ---
  31.                      DSTUFF - The Colorful Information Package                     DSTUFF - The Colorful Information Package                     DSTUFF - The Colorful Information Package
  32.  
  33.  
  34.  
  35.                Overview :               Overview :               Overview :
  36.  
  37.                The DSTUFF Package was been written to display important                   DSTUFF                   DSTUFF
  38.           information for the DOS Dir Command, "ARC" Files, and DBase III
  39.           ".DBF" Structures. This information is gathered as quickly as
  40.           possible and written to the screen in an easier to read format.
  41.           The formats currently supported are :
  42.  
  43.                1. DOS Directory Information.               1. DOS Directory Information.               1. DOS Directory Information.
  44.  
  45.                2. SEA or PKWare "ARC" Internal Directory Information.               2. SEA or PKWare "ARC" Internal Directory Information.               2. SEA or PKWare "ARC" Internal Directory Information.
  46.  
  47.                3. DBase III or DBase III+ Structure Information.               3. DBase III or DBase III+ Structure Information.               3. DBase III or DBase III+ Structure Information.
  48.  
  49.  
  50.                The programs included in the DSTUFF Package and their                                            DSTUFF                                            DSTUFF
  51.           functions are :
  52.  
  53.                D.EXE :               D.EXE               D.EXE
  54.  
  55.                This program displays any DOS directory in a paged format.
  56.           D.EXE will normally display the directory information sorted in
  57.           ascending order by File Name, but with Command Line Switches the
  58.           information can also be sorted by the file size in ascending or
  59.           descending order.
  60.  
  61.                DARC.EXE :               DARC.EXE               DARC.EXE
  62.  
  63.                This program displays the Internal Directory of the members
  64.           in a SEA or PKWare "ARC" File. A message line will also tell you               SEA    PKWare "ARC"               SEA    PKWare "ARC"
  65.           which product can be used to "De-ARC" the file.                                       "De-ARC"                                       "De-ARC"
  66.  
  67.                DDBASE.EXE :               DDBASE.EXE               DDBASE.EXE
  68.  
  69.                This program will display the Structure of any valid DBASE                                                                    DBASE                                                                    DBASE
  70.           III or DBase III+ ".DBF" File.          III    DBase III+ ".DBF"          III    DBase III+ ".DBF"
  71.  
  72.  
  73.                Common Command Line Options :               Common Command Line Options :               Common Command Line Options :
  74.  
  75.                /I   - This option displays a screen with the valid Command               /I               /I
  76.           Line options, any special notes and the currently defined Colors.
  77.           Also displayed will be the Registered Users Name (or Office
  78.           Symbol if registered for the Government), and the Serial Number.
  79.  
  80.               /C     -  This option allows the Operator to customize the              /C              /C
  81.           colors used for all fields. This option is only enabled for the
  82.           Registered and Government versions. Un-Registered versions will
  83.           be shown a screen that explains how to register.
  84.                       D.EXE - The Colorful Directory Program                      D.EXE - The Colorful Directory Program                      D.EXE - The Colorful Directory Program
  85.  
  86.  
  87.  
  88.                D.EXE               D.EXE               D.EXE
  89.  
  90.                This program was designed to display the most needed
  91.           directory information as quickly as possible on the computer
  92.           screen. The program will show display all files, sizes in screens
  93.           of 60 entries at a time. By using color the current attributes
  94.           for each file will be shown.
  95.  
  96.                After each Screen of information is displayed the program
  97.           will pause and wait for the Operator to press any Key to
  98.           continue. If the Operator presses the ESC Key or a CTRL-C (^C)
  99.           the program will abort its operation and return to the DOS
  100.           prompt.
  101.  
  102.           Attributes Used :          Attributes Used :          Attributes Used :
  103.  
  104.                Normal DOS File - This attribute shows files that have not               Normal DOS File               Normal DOS File
  105.           been modified (written to) since the last Back Up.
  106.  
  107.                Archive File    - This attribute shows files that have been               Archive File               Archive File
  108.           modified since the last Back Up. This information can be used for
  109.           Incremental Back Ups.
  110.  
  111.                Sub Directory   - This attribute allows for quick               Sub Directory               Sub Directory
  112.           identification of all subdirectories below the displayed
  113.           directory. A subdirectory will also have the file size field
  114.           replaced with [Dir].
  115.  
  116.                Hidden File or               Hidden File or               Hidden File or
  117.                System File     - This attribute shows files that have been               System File               System File
  118.           hidden from the DOS Dir command. Normally, these files will not
  119.           be displayed. Also, they cannot be removed with the DOS DEL
  120.           command.
  121.  
  122.                Read Only File  -  This attribute shows files that can be               Read Only File               Read Only File
  123.           seen with DOS Dir command but cannot be remove with the DOS DEL
  124.           command.
  125.  
  126.                When the program displays the file names it places a higher
  127.           priority on Hidden files than System files. So any file that is
  128.           tagged as both Hidden and System will be displayed as Hidden.
  129.  
  130.                If an EGA or VGA display system is being used then direct
  131.           screen writing screen writing with now pause for retrace will be
  132.           used. If a CGA system is being used then the retrace signal is
  133.           monitored so no snow appears. All Color systems will have access
  134.           to the basic 16 colors of EGA and CGA systems.
  135.  
  136.                The program work with a Monochrome Display but will only
  137.           display a limited amount of File Attribute Information.
  138.                       D.EXE - The Colorful Directory Program                      D.EXE - The Colorful Directory Program                      D.EXE - The Colorful Directory Program
  139.  
  140.  
  141.  
  142.  
  143.           Screen Information :          Screen Information :          Screen Information :
  144.  
  145.                The Disk Label (if one exists), and file mask D.EXE is using
  146.           is displayed on the top line in Yellow.
  147.  
  148.                The bottom line of the final screen has the number of files
  149.           that match the mask, the disk space taken by those files, the
  150.           total disk space take on the entire disk, and the total free
  151.           space remaining on the disk.
  152.  
  153.                Any Command Line Entry format that can be understood by the
  154.           DOS Dir command will also be understood by D.EXE. If an empty
  155.           screen is displayed examine the mask on the top line to be sure
  156.           D.EXE correctly parsed the Command Line Entry.
  157.  
  158.                Finally, the program can be stopped during multiple screen
  159.           displays at any time by pressing the CTRL-C or the ESCape Keys.
  160.           The program will finish the current screen and return to DOS with
  161.           a "Program Stopped" message on the bottom line.
  162.                       D.EXE - The Colorful Directory Program                      D.EXE - The Colorful Directory Program                      D.EXE - The Colorful Directory Program
  163.  
  164.  
  165.  
  166.  
  167.                Command Line Entries :               Command Line Entries :               Command Line Entries :
  168.  
  169.                Some examples of Command Line Entries are (assuming
  170.           currently logged drive is C:)
  171.  
  172.           Command              Mask                  Comment
  173.  
  174.           D                   C:*.*              All of the files in the
  175.                                                   current directory.
  176.  
  177.           D \                 C\*.*              All of the files in the
  178.                                                   root directory.
  179.  
  180.           D \COPY             C:\COPY\*.*        All of the files in the
  181.                                                   COPY subdirectory on the
  182.                                                   current drive.
  183.  
  184.  
  185.           D \*.COM            C:\*.COM           All of the .COM files in
  186.                                                   the root directory.
  187.  
  188.  
  189.           D A:                A:\*.*             All of the files in the
  190.                                                   root directory of the A
  191.                                                   drive.
  192.  
  193.  
  194.           D A:\TEST          A:\TEST\*.*         All of the files in the
  195.                                                   TEST subdirectory on the
  196.                                                   A drive.
  197.  
  198.           D A:*.COM          A:\*.COM            All of the .COM files in
  199.                                                   the root directory on the
  200.                                                   A drive.
  201.  
  202.           D A:\TEST\*.COM    A:\TEST\*.COM       All of the .COM files in
  203.                                                   the TEST directory on the
  204.                                                   A drive.
  205.                       D.EXE - The Colorful Directory Program                      D.EXE - The Colorful Directory Program                      D.EXE - The Colorful Directory Program
  206.  
  207.  
  208.  
  209.  
  210.                Current Command Line Options :               Current Command Line Options :               Current Command Line Options :
  211.  
  212.                /A   - This option will cause the Directory to be sorted in               /A               /A
  213.           ascending order by file size (Smallest first).
  214.  
  215.                /D   - This option will cause the Directory to be sorted in               /D               /D
  216.           descending order by file size (Largest first).
  217.                    DARC - The Colorful Archive Directory Program                   DARC - The Colorful Archive Directory Program                   DARC - The Colorful Archive Directory Program
  218.  
  219.  
  220.  
  221.                DARC.EXE               DARC.EXE               DARC.EXE
  222.  
  223.                This program displays the internal directory structure of a
  224.           SEA or PKWare Archive File. This information will be displayed in
  225.           Screens of 58 entries at a time. The information displayed
  226.           consists of the following :
  227.  
  228.                After each Screen of information is displayed the program
  229.           will pause and waits for the Operator to press any Key to
  230.           continue. If the Operator presses the ESC Key or a CTRL-C (^C)
  231.           the program will abort its operation and return to the DOS
  232.           prompt.
  233.  
  234.                1. The File Size of each Member AFTER it has been "DE-
  235.           ARCHIVED".
  236.  
  237.                2. The Total Compressed Size of all of the Members. Since
  238.           this does not include the Internal Header Space taken for each
  239.           Member this will not match the File Size of the "Archive" File.
  240.  
  241.                3. The Total Extracted Size of all of the Members. This is
  242.           the total disk space that will be used if ALL of the Members are
  243.           extracted.
  244.  
  245.                4. Any Members that have Been Squashed will be displayed
  246.           with the Red Color and all other Members will be displayed in
  247.           White. Any Member compressed in this manner must Use a PKWare (or
  248.           compatable) product. The Current SEA products will not recognize
  249.           this Compression Format and not extract the Member. The current
  250.           PKWare products will extract all formats used by SEA.
  251.  
  252.                5. After the entire Internal Directory has been displayed a
  253.           message will be displayed on the bottom line explaining which
  254.           product can be used to extract ALL of the Members.
  255.                    DARC - The Colorful Archive Directory Program                   DARC - The Colorful Archive Directory Program                   DARC - The Colorful Archive Directory Program
  256.  
  257.  
  258.  
  259.  
  260.                Command Line Entries :               Command Line Entries :               Command Line Entries :
  261.  
  262.                All normal DOS Path and File formats are recognized, some
  263.           examples are :
  264.  
  265.           DARC [File Name]               The file [File Name] will be  used          DARC [File Name]          DARC [File Name]
  266.                                          and the File Extension ".ARC" is
  267.                                          assumed.
  268.  
  269.           DARC [File Name].ARC           The file [File Name].ARC will be          DARC [File Name].ARC          DARC [File Name].ARC
  270.                                          used. The File Extension ".ARC"
  271.                                          is not required but can be entered.
  272.  
  273.           DARC [File Name].[EXT]         The File [File Name].[EXT] does          DARC [File Name].[EXT]          DARC [File Name].[EXT]
  274.                                          not have the normal ".ARC" file
  275.                                          extension.
  276.  
  277.           DARC [File Name].              The File [File Name]. does not          DARC [File Name].          DARC [File Name].
  278.                                          have an file name extension. The
  279.                                          "." causes DARC to not use the
  280.                                          default file extension (.ARC).
  281.                    DDBASE - The Colorful DBase Structure Program                   DDBASE - The Colorful DBase Structure Program                   DDBASE - The Colorful DBase Structure Program
  282.  
  283.  
  284.  
  285.                DDBASE.EXE               DDBASE.EXE               DDBASE.EXE
  286.  
  287.                This program will display the Field Structure of any Valid
  288.           DBase III or DBase III+ ".DBF" file. The Fields will be displayed
  289.           in Screens of 32 entries each.
  290.  
  291.                After each Screen of information is displayed the program
  292.           will pause and waits for the Operator to press any Key to
  293.           continue. If the Operator presses the ESC Key or a CTRL-C (^C)
  294.           the program will abort its operation and return to the DOS
  295.           prompt.
  296.  
  297.                The information displayed consists of the following :
  298.  
  299.                1. Fields  - The number of Fields in the Structure.
  300.  
  301.                2. Records  - The  number of Records in the .DBF file.
  302.  
  303.                3. Record Length  - The length (in Bytes) of a Record.
  304.  
  305.                4. Updated  - The Date of the last Update to the .DBF file.
  306.  
  307.                5.  Field Information - This information will  be  displayed
  308.                for  each of the Fields in the Structure.  This  information
  309.                consists of the following :
  310.  
  311.                    A.  Field  Name - The Name of the Field given  when  the
  312.                    Structure was Created.
  313.  
  314.                    B. Type - The type of information contained in the field
  315.                    the types currently used are :
  316.  
  317.                          C - Character or Text (254 Characters Max.)
  318.                          D - Date  (MM/DD/YY)
  319.                          N - Numeric (Accurate to 15 digits)
  320.                          L - Logical (T/Y - True, F/N - False)
  321.                          M - Memo  (4000 Characters Max)
  322.  
  323.                    C. Len - The Length of the field.
  324.  
  325.                    D.  Dec  - If the Field is Numeric then  the  number  of
  326.                    decimal places defined when the Structure was Created.
  327.                    DDBASE - The Colorful DBase Structure Program                   DDBASE - The Colorful DBase Structure Program                   DDBASE - The Colorful DBase Structure Program
  328.  
  329.  
  330.  
  331.                Command Line Entries :
  332.  
  333.                All  of  the  normal  DOS Path and  File  Name  formats  are
  334.           recognized. Some examples are :
  335.  
  336.           DDBASE [File Name]         The file [File Name] will be  used          DDBASE [File Name]          DDBASE [File Name]
  337.                                          and the File Extension ".DBF" is
  338.                                          assumed.
  339.  
  340.           DDBASE [File Name].DBF     The file [File Name].DBF will be          DDBASE [File Name].DBF          DDBASE [File Name].DBF
  341.                                          used. The File Extension ".DBF"
  342.                                          is not required but can be entered.
  343.  
  344.           DDBASE [File Name].[EXT]   The File [File Name].[EXT] does          DDBASE [File Name].[EXT]          DDBASE [File Name].[EXT]
  345.                                          not have the normal ".DBF" file
  346.                                          extension.
  347.  
  348.           DDBASE [File Name].        The File [File Name]. does not          DDBASE [File Name].          DDBASE [File Name].
  349.                                          have an file name extension. The
  350.                                          "." causes DDBASE to not use the
  351.                                          default extension (.DBF).
  352.                     DSTUFF Colors - Screen Color Configuration                    DSTUFF Colors - Screen Color Configuration                    DSTUFF Colors - Screen Color Configuration
  353.  
  354.  
  355.  
  356.                Configuring Screen Colors :  /C               Configuring Screen Colors :  /C               Configuring Screen Colors :  /C
  357.                (Registered and Government versions only)
  358.  
  359.                The Foreground and Background colors for all of the fields
  360.           can be reconfigured with the command line option "/C".
  361.  
  362.                The Field Selection Screen showing all of the modifiable
  363.           fields and their current color selections will be shown first. To
  364.           select the field to be changed use the Cursor Up and Cursor Down
  365.           Keys until the proper field is marked and press Return.
  366.  
  367.                Now the color matrix screen will be displayed and by using
  368.           all 4 Cursor Control Keys  move the flashing box cursor to the
  369.           desired Foreground and Background combination.
  370.  
  371.                At this point pressing Return Key will register the new
  372.           color combination and the Field Selection Screen will return. Or
  373.           by pressing the ESCape Key the color combination will not change
  374.           and the Field Selection Screen will return.
  375.  
  376.                Upon return to the Field Selection Screen, the current field
  377.           will be displayed with the new color combination. Continue
  378.           repeating this procedure until all fields have been changed.
  379.  
  380.                Field Selection Screen Commands :               Field Selection Screen Commands :               Field Selection Screen Commands :
  381.  
  382.                Return               Return               Return
  383.  
  384.           Selects the currently marked field and enables the Color
  385.           selection Screen.
  386.  
  387.                Q               Q               Q
  388.  
  389.           Makes the current changes permanent and returns to DOS.
  390.  
  391.                ESC               ESC               ESC
  392.  
  393.           Returns to DOS without making any color changes.
  394.  
  395.                SPACE               SPACE               SPACE
  396.  
  397.           Returns the currently marked field to the default colors.
  398.  
  399.                HOME               HOME               HOME
  400.  
  401.           Returns ALL fields to their default colors.
  402.  
  403.                Cursor Up or Cursor Down               Cursor Up or Cursor Down               Cursor Up or Cursor Down
  404.  
  405.           Moves the Field Markers to the next or previous field. If the
  406.           top or bottom of the fields is reached and movement continues
  407.           then the file markers will wrap around to the opposite selection.
  408.                     DSTUFF Colors - Screen Color Configuration                    DSTUFF Colors - Screen Color Configuration                    DSTUFF Colors - Screen Color Configuration
  409.  
  410.  
  411.  
  412.  
  413.                Color Matrix Screen Commands :               Color Matrix Screen Commands :               Color Matrix Screen Commands :
  414.  
  415.                Return               Return               Return
  416.  
  417.           Selects the Foreground and Background at the flashing cursor
  418.           location and returns to the Field Selection Screen.
  419.  
  420.                ESC               ESC               ESC
  421.  
  422.           Makes no color selection and returns to the Field Selection
  423.           Screen.
  424.  
  425.                Cursor Up, Cursor Down, Cursor Left, or Cursor Right               Cursor Up, Cursor Down, Cursor Left, or Cursor Right               Cursor Up, Cursor Down, Cursor Left, or Cursor Right
  426.  
  427.           Moves the flashing box cursor around the color selection matrix.
  428.           If the cursor is at the edge of a row or column and movement
  429.           continues then cursor will be wrapped around to the other side of
  430.           that row or column.
  431.  
  432.                Mouse (Optional) :               Mouse (Optional) :               Mouse (Optional) :
  433.  
  434.  
  435.                All of the cursor movements can be made with a Microsoft
  436.           compatible Mouse.
  437.  
  438.                The buttons will have the following definitions:
  439.  
  440.                Left  - Functions as the Return Key.               Left  - Functions as the Return Key.               Left  - Functions as the Return Key.
  441.                Right - Functions as the ESC key.               Right - Functions as the ESC key.               Right - Functions as the ESC key.
  442.  
  443.                (Logitech Mouse)
  444.                Middle - Functions as the Home Key in the Fields Selection               Middle - Functions as the Home Key in the Fields Selection               Middle - Functions as the Home Key in the Fields Selection
  445.                Screen.               Screen.               Screen.
  446.                            DSTUFF - UpGrade Information                           DSTUFF - UpGrade Information                           DSTUFF - UpGrade Information
  447.  
  448.  
  449.  
  450.                Upgrades :               Upgrades :               Upgrades :
  451.  
  452.                Non-Registered Users :               Non-Registered Users :               Non-Registered Users :
  453.  
  454.                You will find the current Shareware Upgrades on Compuserve
  455.           in the IBM Applications (IBMAPP), Borland (BPROGA or BPROGB)
  456.           Forums.
  457.  
  458.                Registered Users (Non-Government) :               Registered Users (Non-Government) :               Registered Users (Non-Government) :
  459.  
  460.                As a Registered User you will receive the next major (if
  461.           any) upgrade free. After your free upgrade you will be able to
  462.           upgrade to newer versions for the basic cost of $5.00 for
  463.           duplication and shipping. You will be notified of any upgrades by
  464.           U.S. Mail of any future upgrades.
  465.  
  466.                Registered Users (Government) :               Registered Users (Government) :               Registered Users (Government) :
  467.  
  468.                As a Registered Government User you will be notified of any
  469.           major upgrades and given the opportunity to send a diskette with
  470.           return postage for the upgrade.
  471.  
  472.                Other Products :               Other Products :               Other Products :
  473.  
  474.                As other products are developed you will be given the
  475.           opportunity to purchase these products at 20% off the listed
  476.           price.
  477.  
  478.                Also as a registered user you will may register as a "Beta
  479.           User". This will allow you to test new products and when they
  480.           have been completed you will be sent a registered copy at "no
  481.           cost to you" for your efforts.
  482.                            DSTUFF - Warranty Information                           DSTUFF - Warranty Information                           DSTUFF - Warranty Information
  483.  
  484.  
  485.  
  486.                Warranty :               Warranty :               Warranty :
  487.  
  488.                This product is guaranteed to operated on all IBM PC/XT/AT
  489.           compatible systems within the limits listed below. If any
  490.           problems are found and reported they will be fixed at no cost to
  491.           the first Registered User that reported the problem.
  492.  
  493.                Non-Registered Users :               Non-Registered Users :               Non-Registered Users :
  494.  
  495.                There are no expressed or implied warranties on non-
  496.           registered versions. If you do not like the program or it does
  497.           not meet your expectations the remove it from your system.
  498.  
  499.                Registered Users (Non-Government) :               Registered Users (Non-Government) :               Registered Users (Non-Government) :
  500.  
  501.                If you are dis-satisfied with this product return the
  502.           original diskette and a signed statement that you have destroyed
  503.           all other copies and you will be given a full refund.
  504.  
  505.                Registered Users (Government) :               Registered Users (Government) :               Registered Users (Government) :
  506.  
  507.                If you are dis-satisfied with this product destroy the
  508.           original and all copies. If you do not wish to be notified of
  509.           upgrades or new product send a letter stating so and you will be
  510.           removed from the registered user list.
  511.                           DSTUFF - Shareware Information                          DSTUFF - Shareware Information                          DSTUFF - Shareware Information
  512.  
  513.  
  514.  
  515.                SHAREWARE :               SHAREWARE :               SHAREWARE :
  516.  
  517.           Now for the things you don't want to hear!
  518.  
  519.           1.  The DSTUFF Package is not Public Domain or FREE! If you like
  520.           it and use it I would appreciate payment as listed below.
  521.  
  522.           2.  The programs in the DSTUFF Package cannot be use by any
  523.           company or organization (except the Federal Government which is
  524.           granted an unlimited license with no restrictions) past a 60 day
  525.           trial period without payment.
  526.  
  527.           3.  Support and upgrades will be granted only to those who
  528.           register their copy of the program. And the first upgrade will be
  529.           free.
  530.  
  531.           4. Users that register their copy will be sent the Registered
  532.           User Version which includes the following function :
  533.  
  534.                Color Selection - You will be able to select the Colors used
  535.           to display the information. This is done directly to the program
  536.           (no configuration file).
  537.  
  538.                Payment :               Payment :               Payment :
  539.  
  540.                The individual cost for the Registered User Version of the
  541.           entire DSTUFF package is $15.00 and the individual programs may
  542.           be purchased separately for $6.00 each. This includes everything
  543.           listed on the previous page. The cost to a company or
  544.           organization for the Registered User Version is $25.00.( Each
  545.           paid for copy allows you to put it on 10 different machines).
  546.  
  547.           When you register please state if you wish your upgrade disk on
  548.           "5 1/4 (360K)" or "3 1/2 (720K)" diskettes.
  549.  
  550.           Please use the following form to register.
  551.                           DSTUFF - Registration                          DSTUFF - Registration                          DSTUFF - Registration
  552.  
  553.  
  554.  
  555.              Order Form :             Order Form :             Order Form :
  556.  
  557.              Name    : ___________________________________________________
  558.  
  559.              Address : ___________________________________________________
  560.  
  561.              City    : ___________________________________________________
  562.  
  563.              State   : ___________________________ Zip : _________________
  564.  
  565.  
  566.              Format  : ___ 5 1/4  ___ 3 1/2
  567.  
  568.  
  569.             Where did you obtain your Shareware Copy of DSTUFF :
  570.  
  571.              ____________________________________________________________
  572.  
  573.  
  574.             Any Enhancements you feel might help the product :
  575.  
  576.              ____________________________________________________________
  577.  
  578.              ____________________________________________________________
  579.  
  580.              ____________________________________________________________
  581.  
  582.              ____________________________________________________________
  583.  
  584.  
  585.             Quantity       Description                Cost        Total
  586.  
  587.              _______       D.EXE                    $ 6.00       ______
  588.  
  589.              _______       DARC.EXE                 $ 6.00       ______
  590.  
  591.              _______       DDBASE.EXE               $ 6.00       ______
  592.  
  593.              _______      *DStuff Package           $15.00       ______
  594.  
  595.                                                       Total    $ ______
  596.  
  597.              * D.EXE, DARC.EXE, DDBASE in one package
  598.  
  599.             Send this form (with payment of course) to :
  600.  
  601.                                    Richard Nichols                                   Richard Nichols                                   Richard Nichols
  602.                               TOADWare Software Systems                              TOADWare Software Systems                              TOADWare Software Systems
  603.                                   6005 WoodSide Dr.                                  6005 WoodSide Dr.                                  6005 WoodSide Dr.
  604.                                  Rocklin, Ca. 95677                                 Rocklin, Ca. 95677                                 Rocklin, Ca. 95677
  605.                       DSTUFF - Special Government Information                      DSTUFF - Special Government Information                      DSTUFF - Special Government Information
  606.  
  607.  
  608.  
  609.                Government Agencies : (Local, State, and Federal)               Government Agencies : (Local, State, and Federal)               Government Agencies : (Local, State, and Federal)
  610.  
  611.                If you will send a pre-formatted diskette to the address
  612.           above (and  return postage) I will send you the latest versions
  613.           of  all of the programs mentioned above.
  614.  
  615.                The only requirements are :               The only requirements are :               The only requirements are :
  616.  
  617.                1. I need your Name, Organization, Department, and Full
  618.           Mailing Address. A Government Envelope would be acceptable
  619.           with your Name and Organization hand written on the outside.
  620.  
  621.                This information is needed so I can notify you of any
  622.           (other) updates.
  623.  
  624.                2. The programs you receive can be freely used and
  625.           distributed on any computer in your organization, but if you use
  626.           it personally (you know, at home) then you should still register
  627.           your copy. The version you receive will be customized with your
  628.           Organization Name on the Information Page.
  629.  the previous page. The cost to a company or
  630.           organization for the Registered User Version is $25.00.( Each
  631.           paid for copy allows you to put it on 10 different machines).
  632.